toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.user
/
[jvm]UserDataProfiles
User
Data
Profiles
public
interface
UserDataProfiles
A data store for
the user data
.
Members
Functions
add
Link copied to clipboard
public
abstract
String
add
(
UserDataProfile
profile
)
Adds a new record to the profile data store.
all
Link copied to clipboard
public
abstract
List
<
UserDataProfile
>
all
(
)
Returns all user data records.
clear
Link copied to clipboard
public
abstract
void
clear
(
)
Clears all records in the store.
remove
Link copied to clipboard
public
abstract
void
remove
(
UserDataProfile
addressProfile
)
Removes the user data from the store.